footer{
    background-color: #F8F8F8;
    
}
.footer-box{
    height: 292px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.footer-left{
    margin-top: 60px;
    width: 220px;
    margin-right: 110px;
}
.logo-fool{
    width: 220px;
    height: 60px;
    margin-bottom: 20px;
}
.footer-left-text{
    color: #333333;
    font-size: 16px;
    margin-bottom: 39px;
    letter-spacing: 7px;
    text-align: right;
}
.footer-left-icon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.logo-fool-icon{
width: 30px;
height: 25px;
background-image: url("../img/index/down_fool.png");
background-repeat: no-repeat;
background-size: cover;
background-position: 0% 0%;
position:relative;
}
.logo-fool-icon:hover{
    background-position: bottom;
}
.fool-icon-code{
    width: 110px;
    height: 110px;
    /* display: none; */
    box-shadow: 0px 6px 18px 0px rgb(88 88 88 / 15%);
    border-radius: 10px;
    border: 10px solid #fff;
    position: absolute;
    top: -140px;
    left: -50px;
    opacity: 0;
}
.logo-fool-icon:hover .fool-icon-code{
    display: block;
    -webkit-transition: all 1.5s;  
    -moz-transition: all 1.5s;  
    -ms-transition: all 1.5s;  
    -o-transition: all 1.5s;  
    transition: all 1.5s;  
    opacity: 1;
}
.logo-fool-icon1{
width: 30px;
height: 25px;
background-image: url("../img/index/wechat_public_fool.png");
background-repeat: no-repeat;
background-size: cover;
background-position: 0% 0%;
position:relative;
}
.logo-fool-icon1:hover{
    background-position: bottom;
}
.logo-fool-icon1:hover .fool-icon-code{
    display: block;
    -webkit-transition: all 1.5s;  
    -moz-transition: all 1.5s;  
    -ms-transition: all 1.5s;  
    -o-transition: all 1.5s;  
    transition: all 1.5s;  
    opacity: 1;
}
.logo-fool-icon2:hover .fool-icon-code{
    display: block;
    -webkit-transition: all 1.5s;  
    -moz-transition: all 1.5s;  
    -ms-transition: all 1.5s;  
    -o-transition: all 1.5s;  
    transition: all 1.5s;  
    opacity: 1;
}
.logo-fool-icon3:hover .fool-icon-code{
    display: block;
    -webkit-transition: all 1.5s;  
    -moz-transition: all 1.5s;  
    -ms-transition: all 1.5s;  
    -o-transition: all 1.5s;  
    transition: all 1.5s;  
    opacity: 1;
}
.logo-fool-icon2{
width: 30px;
height: 25px;
background-image: url("../img/index/wechat_fool.png");
background-repeat: no-repeat;
background-size: cover;
background-position: 0% 0%;
position:relative;
}
.logo-fool-icon2:hover{
    background-position: bottom;
}
.logo-fool-icon3{
width: 30px;
height: 25px;
background-image: url("../img/index/toutiao_fool.png");
background-repeat: no-repeat;
background-size: cover;
background-position: 0% 0%;
position:relative;
}
.logo-fool-icon3:hover{
    background-position: bottom;
}
.footer-middle{
    margin-top: 60px;
    display: flex;
}
.footer-middle-box{
    margin-right: 50px;
}
.middle-box-title{
    font-size: 16px;
    color: #333;
    margin-bottom: 39px;
}
.middle-box-text{
    font-size: 16px;
    color: #999;
    margin-bottom: 12px;
}
.footer-right{
    margin-top: 60px;
    margin-left: 90px;
    text-align: center;
}
.footer-right-img{
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}
.footer-right-text{
    line-height: 24px;
    color: #999;
    font-size: 16px;
}
.footer-black{
    background-color: #333;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}
.footer-black span{
    color: #fff;
}